home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / fmsyn.zip / README.TXT < prev    next >
Text File  |  1993-06-20  |  6KB  |  151 lines

  1. FM Midi Synth driver Version 1.0
  2. Copyright (c) 1993 by Jamie O'Connell
  3.  
  4.  
  5. The FM MIDI Synth driver is a replacement driver for sound 
  6. cards that implement FM synthesis.  It features an extensive 
  7. MIDI implementation as well as support for loadable instrument 
  8. banks and a Control Panel applet for run-time configuration of 
  9. driver parameters.  It is designed to work with as many 
  10. different sound cards from various manufacturers as possible. 
  11.  
  12. Installing the FM MIDI Synth driver
  13.  
  14. The first step is to unzip the FM Synth driver and related
  15. files (including the one you are reading) to either a
  16. diskette, or a directory on your hard drive.  The driver
  17. will be installed from this location (make note of the disk
  18. and/or directory name).
  19.  
  20. More hardware configuration parameters are provided than are
  21. available for most drivers.  In order to optimally configure
  22. the FM Synth driver, it is important to have prior knowledge
  23. of the hardware configuration of your sound card.
  24.  
  25. The FM Synth driver is installed via the Windows Control
  26. Panel Drivers applet.  The following steps are performed
  27. when installing a new driver:
  28.  
  29. 1) Remove any existing FM driver.  It is essential that any
  30. existing FM driver be removed before installation is
  31. attempted.  Note: Only the FM driver should need removal,
  32. not the Wave, MIDI or Aux. driver.  To remove a driver, open
  33. the Drivers applet, select the FM driver to remove (this
  34. could be the Adlib driver, the SB Pro 2 FM Synth, the
  35. Voyetra OPL3 FM driver, or some other name).  Press the
  36. remove button and answer OK to the dialog box which warns
  37. that the driver may be needed by the system.
  38.  
  39. 2) Restart Windows.  After removing a driver, you must
  40. restart or exit Windows before adding the FM Synth driver.
  41. This is because the driver has only been removed from the
  42. SYSTEM.INI file, and is still present in memory -- a new
  43. driver can not be loaded until the current one is remove
  44. from memory.
  45.  
  46. 3) Install the FM Synth driver.  Open the Drivers applet
  47. from the Control Panel and press the Add button.  Select
  48. Unlisted or Updated Driver from the list and press the OK
  49. button.  Type the full directory name, or floppy drive (ex:
  50. B:\ or C:\NEWDRV or wherever you put it) of the location
  51. where the driver resides into the dialog box and press OK.
  52. A dialog box containing the name: FM MIDI Synth driver [jwo]
  53. will be presented.  Ensure that it selected and press OK.
  54.  
  55. Next the FM Synth hardware configuration dialog is
  56. displayed.  This dialog only needs to be filled out once,
  57. but the selections are critical to proper driver operation
  58. (the dialog can be opened again later, if required, by
  59. opening Drivers, selecting the FM MIDI Synth and pressing
  60. the Setup button).
  61.  
  62. Configuration
  63.  
  64. The FM Synth Setup dialog contains two sections: I/O Port
  65. Address and sound card FM chip type.
  66.  
  67. I/O Port Address
  68.  
  69. The I/O Port Address is the physical port of the FM sound
  70. chip.  In some sound cards this may be different from the
  71. cards base address.  For instance, the original Sound
  72. Blaster 1.5 has a base port address of 220 hex, but the FM
  73. chips are located at port address 228 hex.  You would choose
  74. port 228 for this card.
  75.  
  76. FM Chip Type
  77.  
  78. The FM chip type depends on which card you posses.  The
  79. earliest Adlib and Sound Blaster FM Cards contained a single
  80. Yamaha OPL2 sound chip.  The first version of the Sound
  81. Blaster Pro added a second OPL2 chip.  Early Media Vision
  82. Pro Audio Spectrum cards also have the 2 OPL2 configuration.
  83. Newer sound cards, including the SB Pro 2, and the MV PAS 16
  84. use a single Yamaha OPL3 chip.  The OPL3 contains the
  85. equivalent of 2 OPL2 chips plus some other features such as
  86. 4 Operator support.  Almost all sound cards implement Adlib
  87. compatibility: Port: 388 hex, 1 OPL2 chip, though choosing
  88. this setting may reduce the capabilities of the driver (The
  89. Adlib is a mono only card capable of 9 melodic, and 5
  90. percussive simultaneous voices).
  91.  
  92. It should be noted that the FM Synth driver does not require
  93. knowledge of either the DMA or IRQ for the sound card, as
  94. these are only used for the digital sound, and MIDI portions
  95. of the cards.  Following is a table of settings for some
  96. common sound cards with factory setup configurations.  If
  97. your card is not listed, or has been changed from the
  98. factory setup, consult the user manual issued with the card:
  99.  
  100. Name                I/O Port    Chip
  101.                     (hex)       Type
  102. --------------------------------------
  103. Adlib FM Card       388         1 OPL2
  104. Sound Blaster 1.5   228         1 OPL2
  105. Sound Blaster Pro   220         2 OPL2
  106. (original)
  107. Sound Blaster Pro 2 220         1 OPL3
  108. MV PAS (original)   388         2 OPL2
  109. MV Pro Audio        388         1 OPL3
  110. Spectrum 16
  111.  
  112. If the Port address for your card is not listed in the
  113. dialog box, select Other and type the hexadecimal port
  114. address into the edit field.  Next choose the chip type and
  115. press the OK button.  If an FM chip is detected, the dialog
  116. box will close, and a restart warning is issued.  Go ahead
  117. and restart Windows once again.  If an FM chip is not
  118. detected, a message stating that the hardware settings on
  119. the card do not match the selected driver I/O Port address
  120. is issued.  In this case, you must change the I/O Port
  121. Address setting -- as stated before, Port 388 can almost
  122. always be specified.
  123.  
  124. After restarting Windows, a Control Panel applet, FM Synth,
  125. will be available for run-time configuration.  A Windows
  126. help file is attached to a button on the applet.
  127.  
  128. Programming the driver
  129.  
  130. See the SYSEX.TXT file for System Exclusive information.
  131. In addition there is a limited programming interface.  
  132. See the STMB.H or STMB.PAS files for more information.
  133.  
  134. Getting Help
  135.  
  136. If you experience problems when using the driver, or have suggestions 
  137. about the program, documentation, etc., you can contact me directly or 
  138. post messages here in the Sound Card section of Compuserve's Sight & 
  139. Sound or MIDI forums.  I'll be monitoring the sections, and keeping the 
  140. latest driver versions there.
  141.  
  142.     Jamie O'Connell [73030,351]
  143.  
  144.  
  145. DISCLAIMER
  146.  
  147. This program is provided without any warranty, expressed or implied,
  148. including but not limited to fitness for a particular purpose.
  149.  
  150.  
  151.